home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3194 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.epix.net!usenet
  2. From: hphilips@epix.net (Harry Philips)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: AS400 and C
  5. Date: 26 Jan 1996 21:40:06 GMT
  6. Organization: epix.net
  7. Message-ID: <4ebhnm$41m@guava.epix.net>
  8. References: <DLLM8u.G2A@inter.NL.net>
  9. NNTP-Posting-Host: cpbgppp50.epix.net
  10. X-Newsreader: WinVN 0.92.2
  11.  
  12. In article <DLLM8u.G2A@inter.NL.net>, E.H.Terwiel@inter.NL.net (E.H. Terwiel (Erik)) says:
  13.  
  14. >My boss is thinking of making me develop tech software on an AS400.
  15. >There seems to be a C compiler on the thing , called C400.
  16. >
  17. >Does anyone have experience with this ?
  18.  
  19. A small amount before I retired at YE 1991.
  20.  
  21. >How is it compared to working with PC compilers like Microsofts and
  22. >Borlands. stuff.
  23.  
  24. C/400 will be closer to a strict ANSI C compiler than either Borland
  25. or Microsoft. For example, none of the BIOS call stuff will be there. 
  26. There is no BIOS on the AS/400. The AS/400 operating system is not
  27. Unix either, so you needent look to hard for things like read() and 
  28. write().
  29.  
  30. >I built some stuff in AS400's BASIC (disastrous), working with SEU to
  31. >get in the sourses.
  32.  
  33. I never liked SEU either. You can bypass that by doing what I did -- 
  34. use PC Support and enter your source on your PC with the editor of your
  35. choice. You can even compile to eliminate syntax errors, etc. on the 
  36. PC. Then use PC Support to upload the SOURCE to the AS/400 and compile
  37. there. With a little practice, most of your source will be identicle
  38. on both platforms. Some, notably I/O stuff, will be unique for each
  39. system.
  40.  
  41.  
  42. >Is C400 an ANSI compiler ?
  43.  
  44. Yes.
  45.  
  46. >Are there good IO-screen libraries ?
  47.  
  48. There wasn't much in 1991. There may be some now and there may be third
  49. party libraries. You might ask these questions in the Midrange Fido echo
  50. if you can find access somewhere.
  51.  
  52. Hope this helps.
  53.  
  54. Cheers,
  55.  
  56.  
  57. Harry
  58.  
  59.